How to Install jruby-openssl software package in Ubuntu 16.04 LTS (Xenial Xerus)

How to Install jruby-openssl software package in Ubuntu 16.04 LTS (Xenial Xerus)

jruby-openssl software package provides Ruby library that emulates the OpenSSL native library for JRuby, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install jruby-openssl 

jruby-openssl is installed in your system.

Make ensure the jruby-openssl package were installed using the commands given below,

$ sudo dpkg-query -l | grep jruby-openssl *

You will get with jruby-openssl package name, version, architecture and description in a table

jruby-openssl package basic information:

Distro Ubuntu 16 04 lts xenial xerus
Section Ruby
Package jruby-openssl
Version 0.9.11-2
Description Ruby library that emulates the OpenSSL native library for JRuby
Sub Section Ruby


See Also, How to uninstall or remove jruby-openssl software package from Ubuntu 16.04 LTS (Xenial Xerus) ?